| ||||
| summary: resource | method | detail: method | |||
| Name | Description |
|---|---|
| logout | Remove all user sessions associated with this user. |
| remove-totp | |
| reset-password | Set up a temporary password for this user. |
| reset-password-email | Send an email to the user with a link they can click to reset their password |
| role-mappings | Get role mappings for this user |
| session-stats | For each application with an admin URL, query them for the set of users logged in. |
| sessions | List set of sessions associated with this user. |
| social-links | List set of social logins associated with this user. |
| Resource | Description |
|---|---|
| PUT /admin/realms/{realm}/users/{username} | Update the user |
| GET /admin/realms/{realm}/users/{username} | Get represenation of the user |
| DELETE /admin/realms/{realm}/users/{username} | delete this user |
Update the user
| |
Get represenation of the user
| |
delete this user
|
| ||||
| summary: resource | method | detail: method | |||